home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / temacd / pspad / pspad453inst_cz(2).exe / {app} / Syntax / Lua.INI < prev    next >
INI File  |  2006-06-05  |  464b  |  42 lines

  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=Lua
  4. HTMLGroup=0
  5. Label=1
  6. FileType=*.lua
  7. CommentString=--
  8. SQLComment=1
  9. IndentChar=
  10. UnIndentChar=
  11. TabWidth=4
  12. CaseSensitive=1
  13. SingleQuote=1
  14. DoubleQuote=1
  15. KeyWordChars=_
  16. CodeExplorer=ftUnknown
  17. [KeyWords]
  18. and=
  19. break=
  20. do=
  21. else=
  22. elseif=
  23. end=
  24. false=
  25. for=
  26. function=
  27. if=
  28. in=
  29. local=
  30. nil=
  31. not=
  32. or=
  33. repeat=
  34. return=
  35. then=
  36. true=
  37. until=
  38. while=
  39. [ReservedWords]
  40. [KeyWords2]
  41. [KeyWords3]
  42.